home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bible Heaven
/
Bible Heaven.iso
/
megaword
/
go.bat
< prev
next >
Wrap
DOS Batch File
|
1990-02-07
|
575b
|
30 lines
echo off
:START
cls
type megaword.doc
:GET_RPLY
reply
if errorlevel 69 goto GET_RPLY
if errorlevel 68 goto F10
if errorlevel 67 goto start
if errorlevel 66 goto start
if errorlevel 65 goto start
if errorlevel 64 goto start
if errorlevel 63 goto start
if errorlevel 62 goto start
if errorlevel 61 goto start
if errorlevel 60 goto F2
if errorlevel 59 goto F1
goto GET_RPLY
:F10
cls
TYPE GOODBYE.DOC
GOTO END
:F2
cls
README.BAT
:F1
cls
rundemo.bat
:END